home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp370p0909_0917_64bit.exe / [0] / HTML5.CTL < prev    next >
Text File  |  2012-02-29  |  4KB  |  285 lines

  1. #TITLE=HTML 5
  2. #INFO
  3. Cliptext Library for HTML 5 written by ES-Computing.
  4. This file is provided as a sample Cliptext library of EditPlus.
  5. #SORT=n
  6.  
  7. #T=!--
  8. <!-- ^! -->
  9. #T=!DOCTYPE
  10. <!DOCTYPE html>
  11. #T=a
  12. <a href="">^!</a>
  13. #T=abbr
  14. <abbr title="">^!</abbr>
  15. #t=address
  16. <address>^!</address>
  17. #t=area
  18. <area shape="^!" coords="" href="" alt="">
  19. #t=article
  20. <article>
  21.     ^!
  22. </article>
  23. #t=aside
  24. <aside>
  25.     ^!
  26. </aside>
  27. #t=audio
  28. <audio src="^!" controls preload="auto"></audio>
  29. #t=b
  30. <b>^!</b>
  31. #t=base
  32. <base href="^!">
  33. #t=bdi
  34. <bdi>^!</bdi>
  35. #t=bdo
  36. <bdo dir="">^!</bdo>
  37. #t=blockquote
  38. <blockquote>^!</blockquote>
  39. #t=body
  40. <body>
  41.     ^!
  42. </body>
  43. #t=br
  44. <br>
  45. #t=button
  46. <button>^!</button>
  47. #t=canvas
  48. <canvas id="^!"></canvas>
  49. #t=caption
  50. <caption>^!</caption>
  51. #t=cite
  52. <cite>^!</cite>
  53. #t=code
  54. <code>^!</code>
  55. #t=col
  56. <col>
  57. #t=colgroup
  58. <colgroup>^!</colgroup>
  59. #t=command
  60. <command type="^!" label="" onclick="">
  61. #t=datalist
  62. <datalist id="">
  63.     ^!
  64. </datalist>
  65. #t=dd
  66. <dd>
  67. #t=del
  68. <del>^!</del>
  69. #t=details
  70. <details>
  71.     ^!
  72. </details>
  73. #t=dfn
  74. <dfn>^!</dfn>
  75. #t=div
  76. <div id="" class="">^!</div>
  77. #t=dl
  78. <dl>
  79.     <dt>^!
  80.     <dd>
  81. </dl>
  82. #t=dt
  83. <dt>
  84. #t=em
  85. <em>^!</em>
  86. #t=embed
  87. <embed src="^!">
  88. #t=fieldset
  89. <fieldset>
  90.     <legend>^!</legend>
  91. </fieldset>
  92. #t=figcaption
  93. <figcaption>^!</figcaption>
  94. #t=figure
  95. <figure>
  96.     ^!
  97. </figure>
  98. #t=footer
  99. <footer>
  100.     ^!
  101. </footer>
  102. #t=form
  103. <form method="post" action="">
  104.     ^!
  105. </form>
  106. #t=h1
  107. <h1>^!</h1>
  108. #t=h2
  109. <h2>^!</h2>
  110. #t=h3
  111. <h3>^!</h3>
  112. #t=h4
  113. <h4>^!</h4>
  114. #t=h5
  115. <h5>^!</h5>
  116. #t=h6
  117. <h6>^!</h6>
  118. #t=head
  119. <head>
  120.     ^!
  121. </head>
  122. #t=header
  123. <header>
  124.     ^!
  125. </header>
  126. #t=hgroup
  127. <hgroup>
  128.     ^!
  129. </hgroup>
  130. #t=hr
  131. <hr>
  132. #t=html
  133. <html>
  134.     ^!
  135. </html>
  136. #t=i
  137. <i>^!</i>
  138. #t=iframe
  139. <iframe name="" src="" width="" height="">^!</iframe>
  140. #t=img
  141. <img src="^!" alt="">
  142. #t=input
  143. <input type="^!" name="">
  144. #t=ins
  145. <ins>^!</ins>
  146. #t=kbd
  147. <kbd>^!</kbd>
  148. #=keygen
  149. <keygen name="^!">
  150. #t=label
  151. <label>^!</label>
  152. #t=legend
  153. <legend>^!</legend>
  154. #t=li
  155. <li>
  156. #t=link
  157. <link rel="^!" href="" type="">
  158. #t=map
  159. <map name="^!">
  160. </map>
  161. #t=mark
  162. <mark>^!</mark>
  163. #t=menu
  164. <menu label="">
  165.     ^!
  166. </menu>
  167. #t=meta
  168. <meta name="^!" content="">
  169. #t=meter
  170. <meter min="" max="" value="">^!</meter>
  171. #t=nav
  172. <nav>
  173.     ^!
  174. </nav>
  175. #t=noscript
  176. <noscript>
  177.     ^!
  178. </noscript>
  179. #t=object
  180. <object type="">
  181.     ^!
  182. </object>
  183. #t=ol
  184. <ol>
  185.     <li>^!
  186.     <li>
  187. </ol>
  188. #t=optgroup
  189. <optgroup label="">
  190.     ^!
  191. </optgroup>
  192. #t=option
  193. <option>^!</option>
  194. #t=output
  195. <output name="^!"></output>
  196. #t=p
  197. <p>
  198. #t=param
  199. <param name="^!" value="">
  200. #t=pre
  201. <pre>^!</pre>
  202. #t=progress
  203. <progress id="" value="" max="">^!</progress>
  204. #t=q
  205. <q>^!</q>
  206. #t=ruby
  207. <ruby>^!</ruby>
  208. #t=rp
  209. </rp>^!<rp>
  210. #t=rt
  211. <rt>^!</rt>
  212. #t=s
  213. <s>^!</s>
  214. #t=samp
  215. <samp>^!</samp>
  216. #t=script
  217. <script type="text/javascript">
  218. <!--
  219.     ^!
  220. //-->
  221. </script>
  222. #t=section
  223. <section>
  224.     ^!
  225. </section>
  226. #t=select
  227. <select name="">^!</select>
  228. #t=small
  229. <small>^!</small>
  230. #t=source
  231. <source src="^!"  type=''>
  232. #t=span
  233. <span class="">^!</span>
  234. #t=strong
  235. <strong>^!</strong>
  236. #t=style
  237. <style type="text/css">
  238.     ^!
  239. </style>
  240. #t=sub
  241. <sub>^!</sub>
  242. #t=summary
  243. <summary>^!</summary>
  244. #t=sup
  245. <sup>^!</sup>
  246. #t=table
  247. <table>
  248. <tr>
  249.     <td>^!</td>
  250.     <td></td>
  251. </tr>
  252. </table>
  253. #t=tbody
  254. <tbody>^!</tbody>
  255. #t=td
  256. <td>^!</td>
  257. #t=textarea
  258. <textarea name="" rows="" cols="">^!</textarea>
  259. #t=tfoot
  260. <tfoot>^!</tfoot>
  261. #t=th
  262. <th>^!</th>
  263. #t=thead
  264. <thead>^!</thead>
  265. #t=time
  266. <time>^!</time>
  267. #t=title
  268. <title>^!</title>
  269. #t=tr
  270. <tr>^!</tr>
  271. #t=track
  272. <track src="^!" kind="" srclang="" label="">
  273. #t=ul
  274. <ul>
  275.     <li>^!
  276.     <li>
  277. </ul>
  278. #t=var
  279. <var>^!</var>
  280. #t=video
  281. <video width="" height="" src="^!" controls>
  282. </video>
  283. #t=wbr
  284. <wbr>
  285. #